@font-face {
    font-family: GTWalsheimBold;
    src: url(../fonts/GTWalsheim/GTWalsheimPro-Bold.ttf);
}
@font-face {
    font-family: GTWalsheimMedium;
    src: url(../fonts/GTWalsheim/GTWalsheimPro-Medium.ttf);
}
@font-face {
    font-family: GTWalsheimRegular;
    src: url(../fonts/GTWalsheim/GTWalsheimPro-Regular.ttf);
}
@font-face {
    font-family: GTWalsheimBlack;
    src: url(../fonts/GTWalsheim/GTWalsheimPro-Black.ttf);
}
@font-face {
    font-family: GTWalsheimLight;
    src: url(../fonts/GTWalsheim/GTWalsheimPro-Light.ttf);
}
@font-face {
    font-family: DomaineDisRegular;
    src: url(../fonts/DomaineDisplay/DomaineDispNar-Regular.otf);
}
h1, h2 {
    font-family: DomaineDisRegular;
}
p {
    font-family: GTWalsheimLight;
}

*{
	box-sizing: border-box;
	scroll-behavior: smooth;

}




/*----------------------------- faq -------------------- */

.accordion-item button, .accordion-item .accordion-body {
    font-family: GTWalsheimRegular;
}

/*----------------------------- faq -------------------- */


/*----------------------------- how to works-------------------- */
/*----------------------------- how to works-------------------- */

.tabs-content-box h2 {
    font-family: GTWalsheimBold;
}

/*----------------------------- how to works-------------------- */
/*----------------------------- how to works-------------------- */

 /* ----------------------------- features page ------------------------- */
    /* ----------------------------- features page ------------------------- */

    .features h3 {
        font-family: DomaineDisRegular;
        width: 60%;
        text-align: center;
        color: white;
        margin: 40px auto 0 auto;
    }

 /* ----------------------------- features page ------------------------- */
    /* ----------------------------- features page ------------------------- */



/*------------- header-------------- */

#header .navbar .navbar-nav .Login {
    color: #82f35e;
}

.landing-main-div {
    background-color: #111;
}

.commonBtnGreen {
    background: #82f35e;
    border-radius: 22px;
    padding: 10px 40px !important;
    color: black !important;
    transition: all .3s linear;
}

#header .navbar .navbar-nav .nav-link{
    font-family: GTWalsheimMedium !important;
    font-size: 14px;
}

/*----------------- new css for affiliate ----------------------*/

#header .navbar .navbar-nav .nav-item {
    position: relative;
}
#header .navbar .navbar-nav .nav-item > ul li {
    list-style: none;
}
#header .navbar .navbar-nav .nav-item > ul li a {
    padding: 5px 0px 5px 0px;
}
/* #header .navbar .navbar-nav .nav-item i.bi.bi-caret-down-fill {
    margin: 0px 0px 0px 4px !important;
} */
#header .navbar .navbar-nav .nav-item > ul {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid white;
    width: 150px;
    margin-top: 40px;
    border-radius: 10px;
    padding: 14px 17px;
    display: none;
    z-index: 9;
    background: #111111;
}

#header .navbar .navbar-nav .nav-item:hover > ul {
    display: block;
}


/*----------------- new css for affiliate ----------------------*/

.landing-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.landingLogo img {
    position: relative;
    z-index: 10;
}
.toggleBTN .fas {
    color: black;
    font-size: 24px;
    background: #82f35e;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 7px 10px;
    position: relative;
    z-index: 10;
}
.toggleBTN {
    display: none;
}
/*------------- header-------------- */
/*------------- banner-------------- */
.landing-banner {
    padding: 60px 0px 80px 0px;
}
.landing-banner-box h1 {
    color: white;
    width: 65%;
    line-height: 1.4;
    margin: 20px auto;
    font-size: 57px;
}
/*------------- features-banner-section-------------- */
.features-banner-main .landing-banner-box h1 {
    font-size: 40px;
}
/*------------- features-banner-section-------------- */
.landing-banner-box {
    text-align: center;
}
.commonBtnBlue {
    background-color: #3ea5e7;
    border-radius: 22px;
    padding: 10px 40px !important;
    color: black !important;
    font-family: DomaineDisRegular !important;
    transition: all .3s linear;
}
.video-section {
    position: relative;
}
.video-section .bi-caret-right-fill {
    color: black;
    padding: 18px 0px 0px 2px;
    width: 110px;
    height: 110px;
    background: #3ea5e7;
    border-radius: 100%;
    font-size: 45px;
    border: 2px white solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

/*------------- banner-------------- */



/*------------- banner-------------- */

.writereadBook-content a {
    font-family: DomaineDisRegular;
}
.writereadBook-content h2 {
    color: white;
    width: 65%;
    line-height: 1.4;
    margin: 30px auto;
    font-size: 50px;
}
section.landing-writereadBook {
    margin-bottom: 110px;
}

/*------------- banner-------------- */



/*------------- banner  -------------- */

.features-banner-section .landing-banner-box{
    padding: 50px 0px 10px 0px;
}

/*------------- banner-------------- */



/*------------- landing-slider1 -------------- */



.slider1-slide {
    width: 300px;
    height: 300px;
    background-color: #2b2b2b;
    color: white;
    margin: 20px auto;
    display: flex;
    border-radius: 30px;
    padding:40px 12px 0px 12px;
    /* align-items: center; */
    justify-content: center;
    box-shadow: 0px 0px 25px 0px #2b2b2b;
    transition: all .4s linear;
}
.slider1-slide:hover {
    box-shadow: 0px 0px 25px 0px #3ea5e7;
    background-color: #3ea5e7;
}
.slider1-slide h3 {
    color: white;
    font-size: 25px;
    font-family: GTWalsheimRegular;

}
.slider1-slide p {
    color: #999595;
    transition: all .4s linear;
    font-family: GTWalsheimRegular;

}
.slider1-slide:hover p {
    color: white;
}
.landing-slider1 .slick-dots li.slick-active
{
    opacity: 1;
    background-color: #82f35e;
}
.landing-slider1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 4px;
    margin: 0px 0px;
    background-color: #2b2b2b;
}
.landing-slider1 .slick-dots {
    position: absolute;
    bottom: -80px;
}
/*------------- landing-slider1 -------------- */








/*------------- landing-avatar -------------- */




.avatar-box p {
    color: white;
    line-height: 2;
    width: 85%;
    text-align: justify;
}
.avatar-box h2 {
    color: white;
    padding: 28px 0px 22px 0px;
    line-height: 1.2;
    font-size: 50px;
}
.landing-slider2 img {
    width: 100%;
}
.landing-slider2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0px 5px;
    background-color: #2b2b2b;
}
.landing-slider2 .slick-dots li.slick-active
{
    opacity: 1;
    background-color: #3ea5e7;
}
.landing-slider-vertical .slick-dots {

    position: absolute;
    bottom: auto;
    top: 50%;
    right: 0px;
    display: flex;

    flex-direction: column;
    width: 20px;
    align-items: center;
    justify-content: center;
}
.landing-slider-vertical .avatar-Img img {
    width: 90% !important;
}
.landing-slider-vertical .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 5px 0px;
    background-color: #2b2b2b;
}
.landing-slider-vertical .slick-dots li.slick-active
{
    opacity: 1;
    background-color: #3ea5e7;
}
.landing-avatar {
    margin: 140px 0px;
}
.landing-avatar-top-margin {
    margin: 180px 0px 140px 0px !important;
}


/*------------- landing-avatar -------------- */




.landing-feature h2 {
    color: white;
    width: 65%;
    line-height: 1.4;
    margin: 20px auto;
    font-size: 50px;
    text-align: center;
}
.landing-feature {
    width: 100%;
}
.commonBtnpurple {

    background: #87319c;
    border-radius: 22px;
    padding: 10px 40px !important;
    color: white !important;
    font-family: DomaineDisRegular;
    transition: all .3s linear;
}
.video-section1 {
    position: relative;
}
.video-section .rocketIMG {
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: absolute;
    top: 43%;
    left: 0px;
}
.video-section .gulbastaIMG {
    animation-name: scale;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: absolute;
    top: 25%;
    right: 0px;
}


@keyframes rotate{
    0%{
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-20deg);
    }
}


@keyframes scale{
    0%{
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.landing-feature-box p {
    color: white;
    line-height: 2;
    text-align: center;
    padding: 20px 0px;
}


.landing-feature-box-links li a {
    font-size: 20px;
}
.landing-feature-box-links li {
    font-family: GTWalsheimBold;
}
.landing-feature-box-links .li-link1, .landing-feature-box-links .li-link1 a {
    color: #82f35e;
}
.landing-feature-box-links .li-link2, .landing-feature-box-links .li-link2 a {
    color: #87319c;
}
.landing-feature-box-links .li-link3, .landing-feature-box-links .li-link3 a {
    color: #ffde00;
}
.landing-feature-box-links .li-link4, .landing-feature-box-links .li-link4 a {
    color: #3ea5e7;
}




.landing-packages-box {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
}
.landing-packages-box li{
    color: #879ecb;
    font-size: 30px;
    font-family: GTWalsheimRegular;
}

.landing-packages-box .bi{
    color: #879ecb;
    font-size: 25px;
}
.landing-packages-box .newBi{
    color: #f4af25;
}
.landing-packages-box p {
    color: #2b2b2b;
    padding: 14px 0px;
}
.landing-packages-bottom-part p {
    color: black;
    padding: 0px 0px;
}
.landing-packages-bottom-part h2 {
    color: black;
}
.landing-packages-bottom-part {
    background-color: #879ecb;
    margin-bottom: 0px;
    text-align: right;
    padding: 10px 12px;
}


.landing-packages .row {
    margin: 40px 0px 30px 0px;
}
.bottom-paragrapg-packages p a {
    color: white;
    font-family: GTWalsheimBold;
}
.bottom-paragrapg-packages p {
    color: white;
    padding: 8px 0px;
    margin-bottom: 0px !important;
}
.bottom-paragrapg-packages {
    text-align: center;
}



.landing-footer-box span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #87319c;
}
.landing-footer-box h5 {
    color: white;
    font-size: 20px;
    font-family: DomaineDisRegular;
}
.landing-footer-box ul {
    margin: 14px 0px 0px 0px;
    padding: 0px;
}
.landing-footer-box li a {
    color: white;
    font-family: GTWalsheimRegular;
    font-size: 14px;
}
.landing-footer-box li {
    list-style: none;
    padding: 4px 0px;
}
.landing-footer-box p {
    color: white;
    padding: 25px 0px 0px 5px;
    font-size: 15px;
}
p.footer_PARAGraph {
    width: 85%;
    text-align: justify;
}
.landing-footer {
    padding-top: 100px;
}
.footer_PARAGraph a {
    display: block;
    color: white;
    text-decoration: underline !important;
}
.landing-footer-box .newsletter button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 9px 15px;
    outline: none;
    border: none;
    background: #82f35e;
}
.landing-footer-box .newsletter input {
    width: 100%;
    background: white;
    padding: 9px;
    outline: none;
    border: none;
}
.landing-footer-box .newsletter {
    position: relative;
}
.bottom-landing-footer P a {
    color: #82f35e;
    text-decoration: underline !important;
    font-family: GTWalsheimBold;
}
.bottom-landing-footer P {
    color: white;
}
.bottom-landing-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}
.landing-footer-box img {
    width: 230px;
}
.footer-socialICONs .bi {
    color: white;
    font-size: 25px;
    padding: 0px 5px;
    transition: all .4s linear;
    cursor: pointer;
}
.footer-socialICONs .bi:hover {
    color: #82f35e;
}
.newsletter input::placeholder {
    font-family: GTWalsheimRegular;
}


#header .commonBtnGreen:hover {
    box-shadow: 0px 0px 25px 0px #82f35e;
}



.contact-us-section {
    padding: 50px 0px 20px 0px;
}
.contact-form .input-container input{

    background-color: transparent;
    padding: 10px 0px 10px 10px;
    border: none;
    outline: none;
}
.contact-form .input-container input::placeholder {
    font-family: GTWalsheimRegular;
}
.contact-form .input-container .fa{
    font-size: 20px;
    color: gray;
    background: transparent;
    padding: 10px 12px 10px 0px;
    border-right: 1px solid gray;
}
.input-container span {
    background: white;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 18px;
    left: 38px;
    transform: rotate(45deg);
    border-top: 1px solid gray;
    border-right: 1px solid gray;
}
.contact-form .Your-First-name {
    margin-right: 20px;
}
.contact-form .Your-Email-Address span {
    left: 40px;
}
.contact-form .Comment span {
    left: 40px;
}
.contact-form .Your-Email-Address {
    margin: 20px 0px;
}
.contact-form .input-container textarea {
    background-color: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-family: GTWalsheimRegular;
    height: 140px;
}
.contact-form .input-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 2px 12px;
    width: 100%;
    position: relative;
}
.contact-details-sec {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    width: 100%;
}
.contact-details-sec h2 {
    color: #111;
    font-size: 22px;
    font-family: 'DomaineDisRegular';
    line-height: .8;
    margin-top: 18px;
}
.contact-details-sec i.fas {
    color: #930dd6;
    border: 2px solid #930dd6;
    border-radius: 100%;
    padding-top: 15px;
    text-align: center;
    font-size: 27px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.contact-form .commonBtnGreen  {
    border: none;
    outline: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: GTWalsheimBold;
    transition: all .4s linear;
}
.contact-form .commonBtnGreen:hover  {
    box-shadow: 0px 0px 25px 0px #82f35e;
}



/*------------------------------- media query for resposive----------------------------------- */
/*------------------------------- media query for resposive----------------------------------- */

@media screen and (min-width:300px) and (max-width:1399px) {
    img.landing-laptopImg {
        width: 100%;
    }
    .landing-banner-box h1 {
        width: 70%;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px) {
    #header .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }
    .how-it-works-tabs li.nav-item:nth-child( even ) {
        margin-top: 162px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 0.5em 6px;

    }
    #header .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }
    .how-it-works-tabs li.nav-item:nth-child( even ) {
        margin-top: 143px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .how-it-works-tabs li.nav-item:nth-child( even ) {
        margin-top: 100px;
    }
    .nav-link-homeDIV {
        width: 62%;
        height: 45px;
        bottom: -41px;
        right: -15px;
    }
    .nav-link-homeDIV2 {
        width: 54%;
        height: 40px;
        top: -27px;
        right: -19px;

    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .how-it-works-tabs .nav-link img {
        width: 100%;
    }
    .how-it-works-tabs li.nav-item:nth-child( even ) {
        margin-top: 70px;
    }
    .nav-link-homeDIV {

        width: 65%;
        height: 34px;
        bottom: -34px;
        right: -8px;
    }
    .nav-link-homeDIV2 {
        width: 54%;
        height: 32px;
        top: -24px;
        right: -9px;

    }
}
@media screen and (min-width:300px) and (max-width: 480px) {
    .how-it-works-tabs li.nav-item:nth-child( even ) {
        margin-top: 48px;
    }
    .nav-link-homeDIV {
        width: 65%;
        height: 25px;
        bottom: -22px;
        right: -8px;
        border-radius: 0px 10px;
    }
    .nav-link-homeDIV2 {
        width: 54%;
        height: 24px;
        top: -17px;
        right: -8px;
        border-radius: 10px 0px;
    }
}
@media screen and (min-width:300px) and (max-width:1199px) {
    img.landing-bannerImg {
        width: 100%;
    }
    .landingLogo img {
        width: 180px;
    }
    .video-section .gulbastaIMG {
        width: 130px;
    }
    .video-section .rocketIMG {
        width: 130px;
    }
    .landing-banner-box h1 {
        width: 80%;
    }
    .landing-feature-box-links li a {
        font-size: 19px;
    }
}

@media screen and (min-width:300px) and (max-width: 991px) {
    .landing-banner-box h1 {
        width: 96%;
    }
    .writereadBook-content h2 {
        width: 96%;
    }
    .landing-feature h2 {
        width: 96%;
    }
    .landing-packages-box {
        margin: 15px 0px;
    }
    .video-section .gulbastaIMG {
        width: 90px;
    }
    .video-section .rocketIMG {
        width: 90px;
    }
    .video-section .bi-caret-right-fill {
        padding: 10px 0px 0px 2px;
        width: 90px;
        height: 90px;
    }
    .bottom-landing-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 30px 0px;
    }
    #header .navbar-nav {
        flex-direction: column;
        margin: 180px auto 0 auto;
        width: 90%;
    }
    .toggleBTN {
        display: block;
    }

    #header .for_mobile_Links {
        position: absolute;
        background: #111;
        width: 100%;
        top: 0px;
        left: 0px;
        height: 100vh;
        display: none;
    }
    #header .navbar-nav .commonBtnGreen {

        display: inline-block;
        margin: 4px 0px;
    }
}
@media screen and (min-width:300px) and (max-width: 767px) {
    #header .navbar-nav {
        flex-direction: column;
        margin: 180px auto 0 auto;
        width: 70%;
    }
    .landing-banner-box h1 {
        width: 100%;
        font-size: 40px;
    }
    .writereadBook-content h2 {
        width: 100%;
        font-size: 36px;
    }
    .avatar-box h2 {
        font-size: 36px;
    }
    .landing-feature h2 {
        width: 100%;
        font-size: 36px;
    }
    .landing-footer-box h5 {
        margin-top: 20px;
    }
    header {
        width: 100%;
        height: auto;
        background-color: transparent;
    }
    .avatar-box p {
        width: 100%;
    }
}

@media screen and (min-width:300px) and (max-width: 499px) {
    .landing-packages-box li {
        font-size: 25px;
    }
    .video-section .bi-caret-right-fill {
        padding: 0px 0px 0px 3px;
        width: 70px;
        height: 70px;
    }
    .video-section .gulbastaIMG {
        width: 70px;
    }
    .video-section .rocketIMG {
        width: 70px;
    }
    .landing-banner-box h1 {
        font-size: 30px;
    }
    .writereadBook-content h2 {
        font-size: 25px;
    }
    .landing-feature h2 {
        font-size: 25px;
    }
    .avatar-box h2 {
        font-size: 25px;
    }
    p.footer_PARAGraph {
        width: 96%;
    }

    /* ----------------------------- features page ------------------------- */
    /* ----------------------------- features page ------------------------- */


    section.features .features-box {
        flex-direction: column;
        text-align: center;
        height: auto;
    }
    section.features .features-box .features-box-ICON {
        border-right: none;
    }
    section.features {
        padding-top: 1rem;
    }
    .features h3 {

        width: 90%;
    }

    /* ----------------------------- features page ------------------------- */
    /* ----------------------------- features page ------------------------- */


}

/*------------------------------- media query----------------------------------- */
/*------------------------------- media query----------------------------------- */
@media screen and (min-width:991px) and (max-width:1198px) {
    .landingLogo img {
        width: 140px !important;
    }
    .commonBtnGreen {
        font-size: 12px !important;
        padding: 8px 16px !important;
    }
}
